aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris1-23/+23
2005-09-15Squelch some warnings, fix some typoes.Guy Harris1-3/+3
2005-09-14add E_OUTOFMEMORYUlf Lamping1-0/+1
2005-09-14Fix a warning.Anders Broman1-1/+1
2005-09-14From Brian Bogora:Anders Broman2-0/+2195
2005-09-14From Dinesh G DuttAnders Broman8-81/+808
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.Anders Broman1-63/+80
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.Anders Broman1-2/+2
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as i...Ronnie Sahlberg1-68/+74
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new s...Ronnie Sahlberg1-4/+7
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over toRonnie Sahlberg1-2/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+9
2005-09-13add to the protocol item a short description what a "Short Frame" isUlf Lamping1-1/+1
2005-09-13increment index of IID's in COL_INFOUlf Lamping1-1/+1
2005-09-13Get application ID from the packet.Anders Broman1-22/+22
2005-09-13don't simply remove the expert_info output at BoundsError, but add the commen...Ulf Lamping1-0/+5
2005-09-13From Ankur Aggarwal:Anders Broman1-5/+5
2005-09-13From Stefan MetzmacherAnders Broman1-18/+79
2005-09-13From Piros Lucian:Anders Broman3-0/+1022
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris1-4/+3
2005-09-13Don't pass an arbitrary string from a packet to a routine expecting aGuy Harris1-0/+1
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris5-54/+56
2005-09-12add number of defragmented bytes to the expert info outputUlf Lamping1-2/+3
2005-09-12"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on itGuy Harris1-4/+7
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongGuy Harris2-46/+57
2005-09-12In now supports also:Michael Tüxen1-27/+83
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris5-16/+11
2005-09-12fix fault defragmentation the same way as in the request/response pathUlf Lamping1-18/+7
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping1-61/+17
2005-09-11Fix a typo.Guy Harris1-1/+1
2005-09-11Add some braces to squelch a compiler warning.Guy Harris1-13/+14
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris38-219/+170
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping1-1/+1
2005-09-11Get rid of dependency on format-oid.hAnders Broman1-82/+18
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping2-3/+3
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping6-27/+191
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris1-6/+6
2005-09-10In "dissect_sip()", return 0 if "dissect_sip_common()" returns aGuy Harris1-48/+79
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-72/+235
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...Ulf Lamping1-15/+40
2005-09-09Dissect "nbs-9".Anders Broman2-11/+47
2005-09-09Add some 3GPP AVP:sAnders Broman1-0/+71
2005-09-09- dissect_per_choice() creates now only one level tree insted of two levels treeTomas Kukosa1-120/+71
2005-09-09From Didier Gautheron: pass error replies to the tap.Guy Harris1-6/+6
2005-09-08 some content-types are now handled by xml Luis Ontanon1-24/+1
2005-09-08forgot the IdLuis Ontanon1-0/+2
2005-09-08Let's migrate the xml dissector...Luis Ontanon1-0/+1
2005-09-08a new version of the xml dissector, look ma no lex!Luis Ontanon1-0/+459