aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-09-23From Greg Morris: properly initialize request_value->info_string usingGuy Harris1-5/+5
2003-09-23The relation list is always displayed (that's been true for a while) -Guy Harris1-34/+20
2003-09-23From JBMRonnie Sahlberg4-427/+430
2003-09-23Temporary patch for the packet_list column resize problem in gtk2.Olivier Abad1-5/+1
2003-09-23From Emanuele Caratti: fix a leak in md5_xor.Guy Harris1-33/+32
2003-09-23Get rid of some unnecessary includes.Guy Harris3-103/+74
2003-09-22Update the menu text for Time Reference and give it a hot-key : ctrl-TRonnie Sahlberg1-3/+3
2003-09-22Add filterable field for REF TIME frames so it is easy to search for themRonnie Sahlberg1-1/+10
2003-09-22A bunch of fixups for the NETLOGON sam database synchronisationTim Potter1-8/+12
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs11-24/+24
2003-09-20Put back the AM_PROG_LIBTOOL call, as some older versions of the auto*Guy Harris1-1/+10
2003-09-20Arrange to free the buffer allocated for the decrypted tvbuff.Guy Harris1-1/+12
2003-09-20From Emanuele Caratti: full TACACS+ dissection.Guy Harris5-20/+952
2003-09-20From Jean-Baptiste Marchand: initial DRSUAPI (Active Directory directoryGuy Harris5-2/+188
2003-09-20You can't safely return from a routine a pointer to an automaticGuy Harris1-4/+4
2003-09-20From Giles Scott:Guy Harris2-4/+12
2003-09-20From Greg Morris: update the Info column even if we're not building aGuy Harris2-90/+109
2003-09-20From Richie:Guy Harris1-64/+60
2003-09-20From Akira Endoh: handle the NLPID for PPP.Guy Harris1-2/+12
2003-09-20Give the tag number a value_string table, and have common code, ratherGuy Harris1-69/+30
2003-09-19Provide a mechanism by which a tap can arrange to have its menu enabledGuy Harris21-59/+336
2003-09-19Put the presentation context list and transfer syntax list of a dcerpcTim Potter1-12/+33
2003-09-19From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris2-2/+4
2003-09-19Use bitfields for the end-of-event, reserved, and volume fields.Guy Harris1-33/+19
2003-09-19From Kevin A. Noll: RFC 2833 RTP Events support.Guy Harris6-2/+510
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,Guy Harris1-18/+57
2003-09-18Make the string variables in the *_to_str() functions non-static.Gerald Combs1-16/+16
2003-09-18From Michal Melerowicz: Properly terminate the return string inGerald Combs1-3/+3
2003-09-18Don't store the setting of the window scale option unless the "RelativeGuy Harris1-4/+6
2003-09-17From Olivier Biot: put a summary into the top-level SMPP item in theGuy Harris1-2/+9
2003-09-17Have "register_tap_menu_item()" put the item under Tools, notGuy Harris20-45/+45
2003-09-17Fix recursive heap overflow problem.Jeff Foster1-26/+26
2003-09-16Handle PPP with a pseudo-header.Guy Harris1-1/+2
2003-09-16There's no preference setting for the SMTP TCP port (and SMTP has aGuy Harris1-25/+4
2003-09-16Re-register the dissector if a preference changes - otherwise, changingGuy Harris1-5/+28
2003-09-15Make sure we return FALSE in all the failure paths in "do_capture()".Guy Harris1-89/+111
2003-09-15We no longer pop up tap windows until we have a capture file open, so weGuy Harris1-7/+3
2003-09-15Clean up an error message.Guy Harris1-3/+3
2003-09-15Don't pop up tap windows specified with "-z" options until we have aGuy Harris3-24/+38
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris6-121/+119
2003-09-15Get rid of a bunch of unnecessary #includes.Guy Harris8-60/+17
2003-09-15Get rid of a no-longer-relevant comment.Guy Harris1-2/+1
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris10-102/+62
2003-09-15Don't allow -k and a capture file to both be specified on the commandGuy Harris1-3/+10
2003-09-15Keep a "display name" as part of a capture_file structure; for liveGuy Harris9-62/+66
2003-09-15From Yaniv Kaul: add AES-XCBC-MAC to the list of authentication methods,Guy Harris1-1/+2
2003-09-15From Graeme Hewson:Guy Harris8-22/+68
2003-09-15From Josef Korelus: call the data dissector on the contents of the LLCGuy Harris1-4/+16
2003-09-15From Ritchie: dissect country information tag.Guy Harris3-15/+52
2003-09-15Use "int"s as array indices - it squelches aGuy Harris1-4/+6