summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer9-27/+20
svn path=/trunk/; revision=9722
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-5/+5
svn path=/trunk/; revision=9721
2004-01-18Fix some of the warnings when compiling with -Wstrict-prototypesJörg Mayer1-4/+2
svn path=/trunk/; revision=9720
2004-01-18Warning fix when compiling with -strict-prototypesJörg Mayer1-3/+3
../../epan/dfilter/drange.h:62: warning: function declaration isn't a prototype ../../epan/dfilter/drange.h:83: warning: function declaration isn't a prototype svn path=/trunk/; revision=9719
2004-01-18Remove unused rule to build packet-asn1-static.oJörg Mayer1-4/+1
svn path=/trunk/; revision=9718
2004-01-18Give the IrDA dissector its own private value_string table for the frameGuy Harris1-3/+10
type in the IrLAP control field - on most UNIXes the dissector should be able to use the table from the main program, but that doesn't currently work on Windows. svn path=/trunk/; revision=9717
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-1/+1
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9716
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+4
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9715
2004-01-18Use a value_string for the message type field.Guy Harris1-49/+66
Do some checks for validity before dissecting the packet - reject as not being OLSR packets that don't match. Use "proto_tree_add_item()" in some places where the value of the field isn't used. Do some sanity checking on the message size field. svn path=/trunk/; revision=9714
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris9-565/+490
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9713
2004-01-18Fix a type that Jean-Baptiste Marchand found.Richard Sharpe1-2/+2
svn path=/trunk/; revision=9712
2004-01-18Add a few commentsJörg Mayer1-1/+10
svn path=/trunk/; revision=9711
2004-01-18From Anders Broman: fix some string output (and split some lines).Guy Harris1-17/+46
svn path=/trunk/; revision=9710
2004-01-18Update the Win32 information given when we fail to open a capture deviceGuy Harris2-6/+10
to note that the 3.0 and later versions of WinPcap don't support PPP/WAN captures even on Windows OT. svn path=/trunk/; revision=9709
2004-01-18Put the list of generated source files (well, generated header files,Guy Harris1-2/+7
really) into a BUILD_SOURCES macro, as is done in Makefile.am, and use that in the "distclean" rule. svn path=/trunk/; revision=9708
2004-01-18Add README.capture to the list of files.Guy Harris1-1/+2
svn path=/trunk/; revision=9707
2004-01-18Give it an RCS ID.Guy Harris1-0/+2
svn path=/trunk/; revision=9706
2004-01-18Add a Mac OS X icon file, for possible future use.Guy Harris1-1/+2
svn path=/trunk/; revision=9705
2004-01-18Add a Mac OS X icon file, for possible future use.Guy Harris1-0/+0
svn path=/trunk/; revision=9704
2004-01-18Output the result of -h to stdout, not stderrJörg Mayer1-16/+21
svn path=/trunk/; revision=9703
2004-01-18Output the result of -h to stdout, not stderrJörg Mayer2-37/+41
svn path=/trunk/; revision=9702
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot4-16/+40
The make-version.pl script only defines CVSVERSION if this was a build from CVS. svn path=/trunk/; revision=9701
2004-01-18Update to Jan 16thJörg Mayer2-154/+346
svn path=/trunk/; revision=9700
2004-01-18make the column preferences page look a bit more like the color rules dialogUlf Lamping1-61/+62
svn path=/trunk/; revision=9699
2004-01-18no more differences, wether display filter dialog is called fromUlf Lamping3-29/+11
menu "Analyze->Display Filter" or statusbar "Filter:" button. svn path=/trunk/; revision=9698
2004-01-18complete redesign of color dialogUlf Lamping2-137/+159
svn path=/trunk/; revision=9697
2004-01-18From Chris Wilson:Olivier Biot3-200/+310
Support for dissection of concatenated SMPP PDUs. Also: Add more information to the protocol tree summary. Clean up the white space so it's in-line with the conventions of the original author (8-space tabs, 4-space indentations). svn path=/trunk/; revision=9696
2004-01-17cvsversion.h: added distclean target and dependenciesUlf Lamping1-6/+6
svn path=/trunk/; revision=9695
2004-01-17Integrate the "find . -name Entries" into make-version.pl, to make thisJörg Mayer3-10/+29
work with nmake too. svn path=/trunk/; revision=9694
2004-01-17splitted some of the preferences texts into more than one line,Ulf Lamping8-19/+19
to reduce the size of the preferences dialog. This becoming necessary, as some of the texts were huge svn path=/trunk/; revision=9693
2004-01-17Select first row in column list by default,Ulf Lamping1-3/+17
fixed sensitivity of option_menu svn path=/trunk/; revision=9692
2004-01-17First attempt to make a description of the capturing thingsUlf Lamping1-0/+110
svn path=/trunk/; revision=9691
2004-01-17precompiled wpdpack.zip file is now at the websiteUlf Lamping1-2/+2
svn path=/trunk/; revision=9690
2004-01-17Clean up some compiler warnings.Guy Harris1-65/+70
Clean up white space. Have "font_fetch()" return a Boolean indicating whether it succeeded or not. If it failed, don't use "new_font_name", as it hasn't been set. svn path=/trunk/; revision=9689
2004-01-17PDUs with a content-type header may contain data that can be handed offOlivier Biot1-118/+194
to subdissectors. This means that we need to parse the MMS headers for those PDUs. Fix also indentation (8-space tabs, 4-space soft tabs). svn path=/trunk/; revision=9688
2004-01-17Try to genereate cvsversion.hJörg Mayer1-1/+8
Note: I don't know anything about the limitations of nmake, so I don't know whether the `find ...` will work and I can't test it, as I don't have a Windows system with anything even remotely resembling a compiler on it. svn path=/trunk/; revision=9687
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping3-109/+71
svn path=/trunk/; revision=9686
2004-01-16Passing a double as the value argument to "proto_tree_add_uint()" orGuy Harris1-18/+16
"proto_tree_add_uint_format()" truncates it to a guint32; that might be what you'd want if it has no fractional part, but it's probably not what you want if it has a fractional part. Make the validity time and hello emission interval values be FT_DOUBLE - and make the variables storing them doubles so that we don't get whinging from some compilers about stuffing doubles into floats. Use hex, not decimal, for bitmasks. svn path=/trunk/; revision=9685
2004-01-16Constify some pointers to which pointers-to-const are assigned.Guy Harris1-3/+3
svn path=/trunk/; revision=9684
2004-01-16Add cvsversion.h to the list of files to be ignored by CVS, as it's aGuy Harris1-0/+1
generated file. svn path=/trunk/; revision=9683
2004-01-16CVS isn't letting me check in the icons file, so back the Makefile.amGuy Harris1-2/+1
change out for now. svn path=/trunk/; revision=9682
2004-01-16Add a Mac OS X icon file, for possible future use.Guy Harris1-1/+2
svn path=/trunk/; revision=9681
2004-01-16column preferences page now looks similar to the color dialog layout,Ulf Lamping1-34/+84
as it's doing the same thing svn path=/trunk/; revision=9680
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer5-11/+104
number. 2do: Add support to Makefile.nmake Enforce the generation of cvsversion.h on each run of make svn path=/trunk/; revision=9679
2004-01-16From Thomas Anders: fix a typo.Guy Harris3-3/+7
Update the list of contributors in the man page. svn path=/trunk/; revision=9678
2004-01-16Reset the tap listeners in "retap_packets()" before rerunning the taps.Guy Harris1-1/+4
svn path=/trunk/; revision=9677
2004-01-16From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.Guy Harris1-28/+3
That means that the codeset number cannot be bigger than the number of elements in "q931_info_element_vals[]", so we can get rid of the checks for the codeset value; we also make NUM_INFO_ELEMENT_VALS equal to (Q931_IE_SHIFT_CODESET+1), to make this clearer. svn path=/trunk/; revision=9676
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs1-0/+1
(OLSR) support. svn path=/trunk/; revision=9675
2004-01-16bugfix: use correct size of global valueUlf Lamping1-6/+7
svn path=/trunk/; revision=9674
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs4-2/+675
(OLSR) support. svn path=/trunk/; revision=9673