aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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-14From Peter JohanssonAnders Broman1-1/+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 Harris6-32/+54
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-12Get rid of "dtd_grammar.out" on a "make distclean".Guy Harris2-9/+14
2005-09-12Add a header file to declare routines defined in lexer and used inGuy Harris4-8/+40
2005-09-12Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].Guy Harris1-6/+22
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 Harris3-46/+62
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 Harris8-53/+30
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 Lamping3-68/+35
2005-09-11Fix a typo.Guy Harris1-1/+1
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris3-3/+6
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 Harris43-223/+171
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping3-3/+3
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 Lamping3-4/+4
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping13-45/+446
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris5-7/+43
2005-09-10In "dissect_sip()", return 0 if "dissect_sip_common()" returns aGuy Harris1-48/+79
2005-09-10propperly handle the errors when loading a file fails.Luis Ontanon1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon1-6/+7
2005-09-10fix MSVC slash/backslash and other such problems, now getting:Ulf Lamping1-4/+4
2005-09-10Make sure lemon is built before trying to use itLuis Ontanon1-1/+1
2005-09-10fix the dtd_grammar.c ruleLuis Ontanon1-3/+3