aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Add a new README.developer file for wiretap; it's currently just someGuy Harris2-3/+71
2003-04-02We don't use snprintf, so we don't need to include snprintf.h.Guy Harris1-5/+1
2003-04-02"proto_tree_add_text()" takes printf-style arguments; there's no need toGuy Harris2-16/+10
2003-04-02Add support for WAN Hello packets.Guy Harris1-21/+96
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalGuy Harris3-2/+13
2003-04-01From Solomon Peachy: add support for the latest stuff defined in theGuy Harris1-3/+15
2003-04-01From Mike Frisch: NFS_ACL support.Guy Harris4-39/+358
2003-03-31Add support for Level 1 Hello packets.Guy Harris1-64/+263
2003-03-31Fix a typo.Guy Harris1-2/+2
2003-03-31The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2Guy Harris1-11/+21
2003-03-31Add dissector for NetWare Link Services Protocol.Guy Harris5-8/+1409
2003-03-31Don't use hardwired offsets when dissecting the ISIS header - we'reGuy Harris1-8/+8
2003-03-31Have separate subtree ett_ values for CLVs with LSP entries and for theGuy Harris1-28/+33
2003-03-31The "attached_string" doesn't apply to the attachments, so call itGuy Harris1-4/+4
2003-03-31Do the same for dissect_ndr_char_cvstring.Guy Harris1-2/+5
2003-03-30From Didier Gautheron: bug fix plus a new command decoded.Guy Harris1-17/+68
2003-03-30From Hannes Gredler:Guy Harris1-40/+163
2003-03-28Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isGuy Harris1-23/+31
2003-03-27Use FT_FRAMENUM for the "Duplicate to the ACK in frame" and "This is anGuy Harris1-3/+3
2003-03-27From Laurent Rabret: fix bugs in ISIS LSP analyses, addi type blockGuy Harris3-50/+107
2003-03-27From Olivier Biot: fix quotation of attibute values for the WAPGuy Harris1-50/+50
2003-03-27From Olivier Biot:Guy Harris1-78/+127
2003-03-27Enhancement to TCP Sequence AnalysisRonnie Sahlberg1-5/+27
2003-03-26Use "gboolean" for Boolean variables.Guy Harris1-10/+35
2003-03-26From Graham Bloice: make the RC_VERSION variable in config.nmakeGuy Harris2-8/+8
2003-03-26From Olivier Biot: add WSP protocol dissection for extended method PDUs,Guy Harris1-3/+41
2003-03-26Fixed a small bug in tcp sequence number analysis.Ronnie Sahlberg1-7/+9
2003-03-26Put in a comment about the "to what code does the configuration fileGuy Harris1-1/+22
2003-03-25Fix up a comment.Guy Harris1-2/+2
2003-03-25Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableGuy Harris1-6/+5
2003-03-25DATAFILE_DIR in the top-level config.h isn't used; don't bother definingGuy Harris1-10/+1
2003-03-25There's no need to define "etherealconfdir" - we can just useGuy Harris1-6/+5
2003-03-25From Brad Hards: ACAP support.Guy Harris4-2/+187
2003-03-25Non-void functions must always return a value; the SID snooping tapGuy Harris1-1/+2
2003-03-25Update FAQ to 2003-03-20Jörg Mayer2-293/+401
2003-03-25Added SMB option : sid_name_snooping.Ronnie Sahlberg6-6/+289
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris2-5/+31
2003-03-24Fix up the parsing of browser rest messages.Richard Sharpe1-7/+47
2003-03-23Add support for decoding Intel ANS probes. Thanks go to Intel for providingGerald Combs3-2/+157
2003-03-21From Jeff Morriss fix:Guy Harris1-52/+60
2003-03-21Add support for the missing ResetBrowserState announcement inRichard Sharpe1-1/+23
2003-03-17change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ...Ronnie Sahlberg1-2/+5
2003-03-17Turn SIDs into FT_STRING fields so that we can filter for them usingRonnie Sahlberg1-24/+40
2003-03-17Rename hf_smb_sid to the more appropriate hf_smb_search_idRonnie Sahlberg1-8/+8
2003-03-14From Devin Heitmueller: for packets with an unknown family ID, displayGuy Harris1-2/+2
2003-03-14Make sure that we display all the file attributes ...Richard Sharpe1-3/+21
2003-03-13From Tomas Kukosa - allow a preference name to begin with the stringGuy Harris1-2/+3
2003-03-12When fixing up old preferences, check the module for the currentGuy Harris1-19/+19
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs3-6/+479
2003-03-12From Lars Roland: printf fix.Guy Harris1-3/+3