[Wireshark-dev] ASN dissector (re)generation: TypeError: unorderable types: slice() >= int()

2013-12-03 Thread Jakub Zawadzki
Hi, I hit this problem when trying to regenerating few ASN dissectors: /usr/bin/python ../../tools/asn2wrs.py \ -E -b -L \ -p dap \ -c ./dap.cnf \ -D . \ dap.asn DirectoryAccessProtocol.asn ASN.1 to Wireshark dissector compiler Traceback (most recent call

Re: [Wireshark-dev] ASN dissector (re)generation: TypeError: unorderable types: slice() >= int()

2013-12-03 Thread Kukosa, Tomas
Hi Kuba, I have found that it is the known Ply issue http://code.google.com/p/ply/issues/detail?id=30 I will look whether it is better to fix yacc.py or to change our asn2wrs.py Regards, Tomas From: wireshark-dev-boun...@wireshark.org [wireshark-dev-bo

Re: [Wireshark-dev] [Wireshark-commits] rev 53765: /trunk/epan/ /trunk/epan/dfilter/: dfilter-int.h dfilter.h /trunk/epan/: column-info.h

2013-12-03 Thread Joerg Mayer
On Tue, Dec 03, 2013 at 08:59:26PM +, darkja...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53765 > > User: darkjames > Date: 2013/12/03 08:59 PM > > Log: > struct _dfilter_t: rename to epan_dfilter. > > typedef (dfilter_t) not renamed. > > Dir

Re: [Wireshark-dev] [Wireshark-commits] rev 53765: /trunk/epan/ /trunk/epan/dfilter/: dfilter-int.h dfilter.h /trunk/epan/: column-info.h

2013-12-03 Thread Guy Harris
On Dec 3, 2013, at 2:56 PM, Joerg Mayer wrote: > This breaks compilation in two places for me: > [ 0%] Building CXX object ui/qt/CMakeFiles/qtui.dir/display_filter_edit.cpp.o That needed to include epan/dfilter/dfilter.h. > Lots of breakage in epan/wslua/ One file there needed to include epa

Re: [Wireshark-dev] [Wireshark-commits] rev 53765: /trunk/epan/ /trunk/epan/dfilter/: dfilter-int.h dfilter.h /trunk/epan/: column-info.h

2013-12-03 Thread Jakub Zawadzki
Hi, On Tue, Dec 03, 2013 at 11:56:23PM +0100, Joerg Mayer wrote: > On Tue, Dec 03, 2013 at 08:59:26PM +, darkja...@wireshark.org wrote: > > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53765 > > > > User: darkjames > > Date: 2013/12/03 08:59 PM > > > > Log: > > struct _d

Re: [Wireshark-dev] ASN dissector (re)generation: TypeError: unorderable types: slice() >= int()

2013-12-03 Thread Jakub Zawadzki
Hi Tomas, On Tue, Dec 03, 2013 at 10:49:35PM +, Kukosa, Tomas wrote: > I have found that it is the known Ply issue > http://code.google.com/p/ply/issues/detail?id=30 > > I will look whether it is better to fix yacc.py or to change our asn2wrs.py For me we could also force using python2 in as