aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-13Fix the default clause for not implemented MMS headers by adding more genericOlivier Biot1-60/+279
2004-04-13Use the "a_bit" true_false_string for the "llcgprs.as" field.Guy Harris1-2/+2
2004-04-13Change the decision tree for protocol and data compression so that itGuy Harris1-11/+15
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen4-9/+17
2004-04-13Get rid of some unused variables, as per Josef Korelus.Guy Harris1-3/+1
2004-04-13Don't put blanks at the ends of strings added with "col_add_fstr()", putGuy Harris1-5/+5
2004-04-13From Christian Falckenberg: GPRS SNDCP support.Guy Harris3-1/+576
2004-04-13From Josef Korelus: GPRS LLC support.Guy Harris4-12/+409
2004-04-13From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually theirGuy Harris4-3/+6
2004-04-12Put in a comment noting a possible memory leak.Guy Harris1-1/+6
2004-04-12ESC key presses Close buttonUlf Lamping1-2/+7
2004-04-12added a close button to the dialogs,Ulf Lamping5-69/+122
2004-04-12added missing #include from my latest checkinUlf Lamping1-1/+2