aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-07-13fix a stringLuis Ontanon1-1/+1
2005-07-13From Ilya Konstantinov :Anders Broman1-1/+2
2005-07-13convert two other autogenerated dissectors to use FT_GUIDRonnie Sahlberg3-54/+140
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.Ronnie Sahlberg3-39/+48
2005-07-13From Ilya Konstantinov :Anders Broman2-9/+281
2005-07-12code cleanup: use "correct" proto_tree_add_... functions for li and tpdu code...Ulf Lamping1-61/+46
2005-07-12add some more textual explanations of the protocol and it's fieldsUlf Lamping1-4/+8
2005-07-12Fix decoding of quintuplets.Anders Broman1-35/+86
2005-07-12Add value for FCS (no decoding).Jörg Mayer1-1/+2
2005-07-12Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer2-7/+8
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris3-62/+66
2005-07-11In NTLMSP_AUTH messages, include the domain name and user name in theGuy Harris1-7/+17
2005-07-11DIS dissectionAnders Broman1-0/+7
2005-07-11From Jeremy j Ouellette:Anders Broman7-0/+1916
2005-07-11Dissect some more fieldsAnders Broman3-18/+216
2005-07-10Put the data (print job contents) in LPD requests under the LPD protocolGuy Harris1-3/+3
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer4-1/+15
2005-07-10For packets flagged as RetransmissionRonnie Sahlberg1-0/+73
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris4-21/+21
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris13-75/+106
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris29-86/+80
2005-07-09MAC addresses are arrays of bytes, not strings; make the destination MACGuy Harris1-4/+3
2005-07-09Find the BitTorrent dissector immediately after registering it, and saveGuy Harris1-15/+16
2005-07-09Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris1-10/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping19-66/+71
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman2-102/+1767
2005-07-08Get rid of most unused arguments and variables (including some that areGuy Harris1-48/+32
2005-07-07Make sure "which" is present before we verify our tools. Add "env" toGerald Combs1-1/+1
2005-07-07Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"Guy Harris1-1/+1
2005-07-05fix *several* dissector bugs, found by private fuzz-testsUlf Lamping1-1/+43
2005-07-05Call proto_tree_add_guid_hidden() for an FT_GUID value. Fixes bugs 274,Gerald Combs2-3/+3
2005-07-05Don't crash if we're handed a zero-length fragment. Fixes bug 272. AlthoughGerald Combs1-2/+3
2005-07-05GUID lowercase form seems to be preferredTomas Kukosa1-1/+1
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
2005-07-05From : David FrasconeAnders Broman1-2/+26
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer servi...Anders Broman3-128/+291
2005-07-04usage of FT_GUID field type in H.225 dissectorTomas Kukosa1-7/+7
2005-07-04export of proto_tree_add_guid...() functionsTomas Kukosa1-0/+3
2005-07-04new field type FT_GUIDTomas Kukosa7-1/+217
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa10-299/+311
2005-07-04Mark stub data as such if no dissector claims it.Guy Harris1-2/+20
2005-07-03Add an exported value stringAnders Broman3-6/+5
2005-07-03Add an exported value stringAnders Broman1-0/+1
2005-07-03Change gsm_a.c to use value strings in some places in preparation to use it f...Anders Broman2-315/+384
2005-07-03Add packet-mms.h Anders Broman1-0/+1
2005-07-03New protocol :Ronnie Sahlberg3-0/+11229
2005-07-03export a few more symbols from acseRonnie Sahlberg2-6/+11
2005-07-03Note that the MPLS extension dissector will misdissect ICMP packets thatGuy Harris1-0/+4
2005-07-02Use brackets instead of parentheses for the checksum info, which is generated.Michael Tüxen1-8/+8
2005-07-02Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, usingGuy Harris1-180/+282