aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-03-04Get rid of an out-of-date comment.Guy Harris3-36/+9
We only appear to need autoconf 2.52, not 2.53. svn path=/trunk/; revision=10293
2004-03-03Remove generation of register.c from toplevel - it's in epan nowJörg Mayer1-54/+1
svn path=/trunk/; revision=10292
2004-03-03Yaniv Kaul: show interface names - win32 onlyJörg Mayer2-3/+55
svn path=/trunk/; revision=10291
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris18-37/+37
rather than requiring individual capture file type handlers to do it (unless they're doing per-packet encapsulation, in which case we check to make sure they didn't *leave* it as WTAP_ENCAP_PER_PACKET). svn path=/trunk/; revision=10290
2004-03-03Bill Guyton: mergecap can write to stdout by using the special filename -Jörg Mayer3-3/+10
svn path=/trunk/; revision=10289
2004-03-03Jeff Morriss: Remove packet-ncp2222.c during maintainer-cleanJörg Mayer1-2/+3
svn path=/trunk/; revision=10288
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer4-12/+12
svn path=/trunk/; revision=10287
2004-03-03Don't show "func=" if the P/F bit isn't set.Guy Harris1-7/+7
Don't put an extra space between "func=" and "P" or "F" if it is set. svn path=/trunk/; revision=10286
2004-03-03Set the packet encapsulation value to the file encapsulation.Guy Harris1-1/+2
svn path=/trunk/; revision=10285
2004-03-03Return of the .PHONY target (aka cvsversion.h)Jörg Mayer1-1/+3
svn path=/trunk/; revision=10284
2004-03-03Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things ↵Jörg Mayer2-5/+4
work again svn path=/trunk/; revision=10283
2004-03-02Jeff Morriss: Add PYTHON to epans configureJörg Mayer1-1/+3
svn path=/trunk/; revision=10282
2004-03-02Note to self: If you update the code, you should update the docs too.Jörg Mayer4-15/+19
Update README.plugins to use ENABLE_STATIC instead of __ETHEREAL_STATIC__ Update some plugins, that were created after my changes according to the outdated docs. Changed occurrences of G_MODULE_EXPORT void plugin_reg_handoff(void) into G_MODULE_EXPORT void plugin_reg_handoff(void) as the one line Python version doesn't work with the Python of Suse 9.0 svn path=/trunk/; revision=10281
2004-03-02Add Wireless Village dissection (part 1). I will have to rewrite the supportOlivier Biot1-19/+1715
for custom EXT_T_x handlers as in WV-CSP you're allowed to *not* have the index point to a string in the string table (verified in WBXML specs). Unfortunately, WV-CSP is *never* backwards compatible. Additionally, things get messed up when the WBXML document does *not* contain the WV-CSP DocType. As a result, I eventually require to let the end-user choose which WV-CSP version they want to see in such cases. Fix code page errors with global tokens (don't depend on code pages). Add some comment at the top level of the file. svn path=/trunk/; revision=10280
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping4-102/+169
svn path=/trunk/; revision=10279
2004-03-02replaced all seperate gtk_widget_show() by a single gtk_widget_show_all() callUlf Lamping1-70/+5
svn path=/trunk/; revision=10278
2004-03-02from Lars Roland: fix Makefiles.nmake after changes from JoergUlf Lamping2-15/+27
svn path=/trunk/; revision=10277
2004-03-02The sources of the plugin are now in ../oldpath/file.cJörg Mayer1-39/+39
svn path=/trunk/; revision=10276
2004-03-02Move register.c from from DISSECTOR_SRC to DISSECTOR_SUPPORT_SRC to avoid a ↵Jörg Mayer1-2/+2
circular dependency svn path=/trunk/; revision=10275
2004-03-02Add a comment about PDU typesJörg Mayer1-1/+10
svn path=/trunk/; revision=10274
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):Jörg Mayer7-557/+663
- Create epan/Makefile.common - Move dissector_src and helper files from Makefile.common to epan/Makefile.common - Create register.c in epan/ - link all the files into libethereal - put plugin_src into epan/Makefile.am Try to make rpms build with rpm v4 again (sorry, I've forgotten who to attribute this to). svn path=/trunk/; revision=10273
2004-03-01Include shared libs if they existJörg Mayer1-0/+5
svn path=/trunk/; revision=10272
2004-03-01Remove some obsolete _static filesJörg Mayer2-3/+1
svn path=/trunk/; revision=10271
2004-03-01Fix a typoJörg Mayer1-2/+2
svn path=/trunk/; revision=10270
2004-03-01Update to BER, dont do anything at all if there is no octet string (length == 0)Ronnie Sahlberg1-1/+5
svn path=/trunk/; revision=10269
2004-03-01Make the SMB dissector better at catching what is probably a DCERPC payloadRonnie Sahlberg1-10/+24
inside Write commands and make sure the proper things are stored in the hash so we remember what is and what is not a IPC$ share ontop of which all file i/o is to dcerpc interfaces. svn path=/trunk/; revision=10268
2004-02-29improved resizabilityUlf Lamping2-6/+6
svn path=/trunk/; revision=10267
2004-02-29From Dave Sclarsky:Guy Harris1-5/+4
fix the offset of the platform type; make the platform name an FT_BYTES field rather than an FT_STRING field. svn path=/trunk/; revision=10266
2004-02-29From Jeff Morriss:Guy Harris3-5/+33
support the ISUP CIC as a circuit ID; add a preference option to control whether to put the CIC into the Info column or not. svn path=/trunk/; revision=10265
2004-02-29From Jeff Morriss: dissect the MTP3 routing label regardless of whetherGuy Harris1-4/+4
we're building a protocol tree, so that the source and destination addresses are set. svn path=/trunk/; revision=10264
2004-02-29From Greg Morris:Guy Harris5-21/+811
Novell Modular Authentication Services support; fix some return values and decodes; show the NDS reply buffer only in service request packets. svn path=/trunk/; revision=10263
2004-02-28Update URLs for various IANA documents.Guy Harris9-19/+19
svn path=/trunk/; revision=10262
2004-02-28redesign of the whole dialogUlf Lamping1-123/+187
svn path=/trunk/; revision=10261
2004-02-28tweaked the simple_dialog texts, to reflect the current search behaviourUlf Lamping1-7/+9
svn path=/trunk/; revision=10260
2004-02-28Default to not using the ring buffer (as the default number of files isGuy Harris1-2/+2
1 file, i.e. the simple "just keep capturing until told to stop" mode, you can't use a ring buffer). svn path=/trunk/; revision=10259
2004-02-28Not all dissector handles have protocols associated with them; check forGuy Harris1-3/+23
that before handing a null protocol handle to another routine. svn path=/trunk/; revision=10258
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping4-78/+110
"Use ring buffer" switches between multiple single run and real ring buffer svn path=/trunk/; revision=10257
2004-02-28removed "magically" label switching of "Stop capture after x kilobyte(s)" field,Ulf Lamping1-42/+88
put it into seperate fields. svn path=/trunk/; revision=10256
2004-02-28Select "misc" as the foundry for the default font, so we don't get JISGuy Harris1-2/+2
fonts and the like when we pop up the font selection dialog. svn path=/trunk/; revision=10255
2004-02-28Yes, you do have to free the display filter after compiling it,Guy Harris1-2/+3
otherwise you leak memory. svn path=/trunk/; revision=10254
2004-02-28The string in the Find Frame dialog box isn't necessarily a displayGuy Harris3-39/+151
filter string; check its syntax appropriately for the type of search we're doing when colorizing it. Searching for an empty text string is a pointless exercise; report that as an error. svn path=/trunk/; revision=10253
2004-02-27added dfilter string syntax check to various placesUlf Lamping9-10/+18
svn path=/trunk/; revision=10252
2004-02-27Bitwise AND display filter operation.Olivier Biot1-0/+1
svn path=/trunk/; revision=10251
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot20-30/+185
Document how a display operator can be added. svn path=/trunk/; revision=10250
2004-02-27cosmetic update to tcp graphs.Ronnie Sahlberg1-3/+17
Put both capture filename and x.x.x.x:x -> y.y.y.y:y describing the tcp session we are currently graphing in the menu text of the window. svn path=/trunk/; revision=10249
2004-02-27Fix up the previous checkin.Guy Harris1-3/+2
svn path=/trunk/; revision=10248
2004-02-27Have "dissect_control()" construct the subset tvbuff it processes, andGuy Harris1-18/+21
have it set the length and reported length appropriately. svn path=/trunk/; revision=10247
2004-02-26Small change to the octet string dissector for BER.Ronnie Sahlberg1-2/+4
make it create a new tvb and pass it to the callback so that the callback can pick up the length of the octet string by doing a tvb_length_remaining(tvb, 0); svn path=/trunk/; revision=10246
2004-02-26From Jeff Morris: re-add support for WTAP_ENCAP_MTP3, lost in theGuy Harris1-1/+7
previous checkin. svn path=/trunk/; revision=10245
2004-02-26From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doGuy Harris1-3/+23
so it requires routines from -lcfg and -lodm - if attempting to link with libpcap fails, try linking with libpcap and -lcfg and -lodm and, if that succeeds, add all those libraries to the link list. svn path=/trunk/; revision=10244