aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping4-1/+31
2005-07-01beter displaying of true/false strings in dissect_ber_bitstring()Tomas Kukosa1-4/+7
2005-06-30add some more information to the DCE/RPC packet details summary lineUlf Lamping1-2/+53
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping4-8/+29
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg2-109/+143
2005-06-29If only part of an entry in an object fits in the object, don't reportGuy Harris1-3/+3
2005-06-29fromRonnie Sahlberg1-1/+360
2005-06-29fix a typo for the name of a bitRonnie Sahlberg1-4/+4
2005-06-29make dissect_CBA_Connection_Data available for pluginsUlf Lamping2-1/+2
2005-06-29add references to the corresponding request of datagram ping and ack packetsUlf Lamping1-0/+38
2005-06-29be more careful when attempting to dissect an unknown ber field not to read b...Ronnie Sahlberg1-2/+9
2005-06-28Squelch a compiler warning.Guy Harris1-1/+1
2005-06-28Declare "decrypt_krb5_data()" for use by the KINK dissector.Guy Harris1-0/+7
2005-06-28Fix to SendAuthenticationInfoResAnders Broman2-10/+12
2005-06-28Add missing commas.Gerald Combs1-3/+3
2005-06-28Terminate a bunch of value_strings.Gerald Combs1-6/+15
2005-06-28addition of NBS9 Ronnie Sahlberg1-231/+279
2005-06-27regenerate FTAM with the bugfix for GraphicString in asn2ethRonnie Sahlberg2-3/+3
2005-06-27fix two bugs when updating offset incorrectly that could lead to an infinite ...Ronnie Sahlberg1-2/+2
2005-06-27remove a \n in the preference string to prevent it from creating a garbage/...Ronnie Sahlberg1-2/+2
2005-06-27Missed from previous commit.Anders Broman1-0/+1
2005-06-27some implementations do provide a CRC in the FCIP frame so skip theRonnie Sahlberg1-9/+7
2005-06-27From Chris BontjeRonnie Sahlberg1-234/+1832