aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus5-14/+12
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann3-9/+214
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann5-64/+66
2013-11-23Check the packet length when using the "Force decoding of unknown USB control...Pascal Quantin1-3/+7
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann83-440/+468
2013-11-23Replace similar code with a common routine.Gerald Combs2-0/+42
2013-11-22Slap a BSD checksum onto in_cksum.h.Guy Harris1-1/+30
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson3-40/+41
2013-11-22Tidy up some TODOsMartin Mathieson1-11/+5
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-7/+11
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-2/+4
2013-11-22Fix unused-const-variable error when build with clang 3.4 (with ugly hack... ...Alexis La Goutte1-3/+7
2013-11-22Make use of ctrl_ack_vals value_string arrayPascal Quantin1-3/+1
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann3-23/+55
2013-11-22Replace packet_info->ipproto with packet_info->layers loop to determine TCP/UDP.Michael Mann1-5/+25
2013-11-22Move common "decode as" preference code to epan.Gerald Combs6-16/+341
2013-11-21Comment out *many* unused vars found by CLANG;Bill Meier1-1224/+1460
2013-11-21#if 0 some unused vars found by CLANGBill Meier1-3/+7
2013-11-21From Abhik SarkarMartin Kaiser1-213/+246
2013-11-21next unprocessed descriptor 0xFF means thatMartin Kaiser1-1/+7
2013-11-21Widen the Ethertype to a guint, to avoid compiler warnings.Guy Harris1-1/+1
2013-11-21Get rid of unused variable.Guy Harris1-1/+0
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann11-105/+33
2013-11-21Create new dissectors when a protocol goes across ethernet and "something els...Michael Mann7-42/+66
2013-11-21Add some "helper" macros to:Bill Meier1-0/+66
2013-11-21Do some constification;Bill Meier4-104/+147
2013-11-21(Trivial) Formatting & whitespace changes ....Bill Meier1-107/+126
2013-11-21Constify two vars;Bill Meier1-280/+293
2013-11-21Constify a character array;Bill Meier1-2/+16
2013-11-21Create/use a number of extended value-strings;Bill Meier1-211/+258
2013-11-21Indicate fragments in info columnPascal Quantin1-0/+3
2013-11-21Do not add an unknown tag item for End-of-optionsPascal Quantin1-0/+2
2013-11-21Detect out-of-bounds when handling zero terminated strings from a TvbRange.Stig Bjørlykke1-0/+15
2013-11-21Fix memory leak from formatted string.Michael Mann1-0/+2
2013-11-21Add a statistics tree dialog.Gerald Combs2-3/+11
2013-11-21USB CCID and PN532_HCI can be now used in Decode As. Bug 9445 (https://bugs....Michael Mann2-6/+11
2013-11-21Fix DecodeBy priorities. Bug 9445 (https://bugs.wireshark.org/bugzilla/show_...Michael Mann1-41/+18
2013-11-21strncpy() consideered unsafe (it doesn't, for example, guarantee thatGuy Harris1-1/+1
2013-11-21Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus3-523/+6
2013-11-20Fix Bug #9457 Update BACnet vendor listJakub Zawadzki1-2/+12
2013-11-20Fix minor issue introduced with conversion to new expert API in r51688.Evan Huus1-1/+1
2013-11-20As per suggestion of Mike Morrin viaEvan Huus1-1/+1
2013-11-20Mark another parameter as unusedPascal Quantin1-1/+1
2013-11-20Add explicit casts to please GCCPascal Quantin1-2/+2
2013-11-20Add explicit casts to please GCCPascal Quantin1-8/+8
2013-11-20Mark parameter as unusedAnders Broman1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann2-89/+311
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann15-12/+655