aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Make sure each value in a GHashTable is unique. This avoids aGerald Combs1-24/+19
2012-01-03From Pascal Quantin:Anders Broman1-1/+1
2012-01-03Use a hash table to gather information from IR packets and store it in per-pa...Anders Broman2-105/+394
2012-01-03Enhance error information.Anders Broman1-1/+1
2012-01-01From Mike Morrin:Anders Broman4-49/+75
2012-01-01[Automatic manuf, services and enterprise-numbers update for 2012-01-01]Gerald Combs1-1/+9
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...Bill Meier2-7/+7
2011-12-30Regenerated packet-h245.c (should have been included in SVN #40311: add_new_d...Bill Meier1-24/+29
2011-12-30From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6698Alexis La Goutte2-6/+7
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier2-14/+2
2011-12-29AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...Bill Meier1-15/+0
2011-12-29Do whitespace cleanup; Reformat long lines;Bill Meier1-290/+315
2011-12-29Fix LTP multiple bundle bug and allow LTP/DCCP. Fixes https://bugs.wireshark...Chris Maynard1-3/+6
2011-12-29Fixed a typo: btyes -> bytesStig Bjørlykke1-2/+2
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs8-3/+59
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs2-24/+23
2011-12-28Fix Coverity CID 1342: UNUSED_VALUEChris Maynard1-4/+4
2011-12-28Add missing break; Fixes Coverity CID 1343.Chris Maynard1-15/+17
2011-12-28min() -> MIN().Chris Maynard1-2/+2
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard10-22/+32
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier3-1/+37
2011-12-28Remove a not really relevant comment.Bill Meier1-1/+0
2011-12-28Remove unneeded #includes;Bill Meier1-950/+958
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs10-25/+48
2011-12-27Fix a comment. Correct a few typos.Chris Maynard1-14/+14
2011-12-27Corrected some obvious typos.Chris Maynard1-54/+54
2011-12-27Use tvb_get_ntoh48() instead of tvb_get_ntohs() || tvb_get_ntohl().Chris Maynard1-1/+1
2011-12-27Use tvb_ether_to_str() instead of ether_to_str(ep_tvb_memdup()). Add modelines.Chris Maynard1-1/+14
2011-12-27Initialise variables.Anders Broman1-2/+2
2011-12-27From Gaurav Tungatkar:Anders Broman1-178/+499
2011-12-27Dissect Service Option Profile.Anders Broman1-1/+66
2011-12-27Display the meaning of the special values of the Stop MTCH field.Martin Mathieson1-3/+11
2011-12-26That's the 3GPP spec for this protocol layer, right?Guy Harris1-1/+1
2011-12-26Update ICMPv6 to last IANA Parameters (2011-12-21)Alexis La Goutte1-15/+15
2011-12-26Update IKEv2 to last IANA Parameters (2011-12-19)Alexis La Goutte1-3/+3
2011-12-25[Automatic manuf, services and enterprise-numbers update for 2011-12-25]Gerald Combs1-8/+184
2011-12-25Revisit the spec, value is 16 bits.Anders Broman1-22/+4
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman3-238/+95
2011-12-23Use ENC_LITTLE_ENDIAN instead of TRUE as encoding argument to proto_tree_add_...Chris Maynard1-21/+21
2011-12-22Use item lenght when dissecting Additional Session Info.Anders Broman1-63/+91
2011-12-22Appease the buildbots.Chris Maynard1-2/+2
2011-12-22Revert some of the changes made as part of the patch from bug 6194 committed ...Chris Maynard1-81/+79
2011-12-22Missed in last commit, define symbol for new RNTI type...Martin Mathieson1-0/+1
2011-12-22(Trivial) Indentation, whitespace & formatting cleanup.Bill Meier1-381/+383
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-12/+14
2011-12-22Support for MCH PDUs (introduced in R9 for MBMS).Martin Mathieson1-8/+534
2011-12-22What is the airspeed velocity of an unladen swallow?Chris Maynard1-3/+3
2011-12-22From Naoyoshi Ueda:Anders Broman3-19/+91
2011-12-22From Fred Fierling:Anders Broman3-19/+180
2011-12-22Use ENC_LITTLE_ENDIAN instead of TRUE as endian argument to proto_tree_add_bi...Chris Maynard5-191/+191