aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-04-20From metatech: basic BEA Tuxedo protocol support.Guy Harris3-1/+202
2004-04-20From Jelmer Vernooij:Guy Harris16-197/+443
2004-04-20From Yuriy Sidelnikov: add a dissector table for OIDs to the ACSEGuy Harris2-37/+30
2004-04-19Add a textual "(Dont Fragment)" and "(More Fragments)" to the ip.flags lineOlivier Biot1-1/+3
2004-04-19Fix a bug in the processing of WV-CSP OPAQUE data (TCPAddress was Integer inOlivier Biot1-7/+3
2004-04-19Put the value(s) of a parameter into the top-level item for thatGuy Harris1-66/+138
2004-04-19Add length checks to submessages.Guy Harris1-269/+597
2004-04-19Update Pasi Eronen's e-mail address.Guy Harris2-2/+2
2004-04-19Use a "while()" loop, rather than a "do { ... } while()" loop, inGuy Harris1-323/+205
2004-04-18The "next_submsg" argument passed to "get_bitmap()" is an offset withinGuy Harris1-5/+5
2004-04-18Get rid of an unused variable.Guy Harris1-2/+1
2004-04-18Make "little_endian" local to the routines to parse submessages.Guy Harris1-6/+15
2004-04-18Update the cygwin build instructions (plugins can now be compiled too).Olivier Biot1-19/+25
2004-04-18added a small section about the supported compilersUlf Lamping1-1/+16
2004-04-18removed some MSVC warningsUlf Lamping1-4/+4
2004-04-18replaced some integer types by glib ones,Ulf Lamping1-20/+20
2004-04-17Put "#" in pre-processor keywords at the beginning of the line - I seemGuy Harris1-195/+146
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris6-2/+2007
2004-04-17Updates from metatech:Guy Harris1-362/+653
2004-04-17added PSML output to the printing dialogUlf Lamping3-10/+68
2004-04-17Fix a typo in %DateTime of length 7 (missing colon between minutes and seconds).Olivier Biot1-2/+2
2004-04-17PDML output: if a protocol field is invisible,Ulf Lamping1-7/+21
2004-04-17Neaten up the display of the top-level protocol tree item for a numberGuy Harris1-2/+2
2004-04-17In EnterNotify and LeaveNotify events, the last byte isn't a Boolean,Guy Harris2-11/+37
2004-04-17The value returned by "diameter_avp_get_value()" is used only inGuy Harris1-10/+5
2004-04-17Confirmation dialogs should be marked as such.Guy Harris1-2/+2
2004-04-17Failure to get the list of interfaces should be reported as an error.Guy Harris2-4/+4
2004-04-17Failures when capturing should be reported as errors.Guy Harris1-11/+11
2004-04-17Update to handle the changed epan_init() API, with a "general failure"Guy Harris1-9/+18
2004-04-17Report problems due to the user specifying something we can't handle asGuy Harris1-7/+7
2004-04-16Report errors in opening various configuration files at the time theGuy Harris1-118/+84
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris16-70/+203
2004-04-16Add a discriminator for WV-CSP so the correct version is used for rendering t...Olivier Biot1-21/+810
2004-04-16If we're printing summaries and packet detail or hex dump information,Guy Harris1-18/+44
2004-04-16Make "new_color_filter()" take the background and foreground colors, asGuy Harris3-14/+18
2004-04-16You have to initialize a GtkColor structure before passing it toGuy Harris1-8/+8
2004-04-16make print dialog "Packet Format" options somewhat similar to theUlf Lamping4-81/+140
2004-04-16bugfix: make the "no dissections" radiobutton insensitive,Ulf Lamping1-4/+9
2004-04-15Rename a bunch of variables and routines that pertain to string searchGuy Harris3-55/+38
2004-04-15Add two preferences to the WBXML dissector:Olivier Biot1-14/+54
2004-04-15added print output option, to suppress dissection completelyUlf Lamping3-11/+25
2004-04-15added print output of PDML formatUlf Lamping2-25/+42
2004-04-15From Dick Gooris: PacketCable support in the COPS dissector.Guy Harris2-1/+862
2004-04-15decryption and dissection of PA_ENC_TIMESTAMPRonnie Sahlberg1-4/+80
2004-04-15dissect EncKDCRepPart applications 25 and 26Ronnie Sahlberg1-1/+131
2004-04-15Add some braces to squelch a GCC warning.Guy Harris1-2/+3
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot19-19/+39
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot3-3/+24
2004-04-14two memory leaks removedUlf Lamping2-2/+5
2004-04-14Correct the removal of spaces before parameters in the Content type line, cha...Anders Broman1-21/+23