summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-20From Jakub via http://www.wireshark.org/lists/wireshark-dev/201311/msg00153.htmlAlexis La Goutte1-3/+3
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann13-51/+199
2013-11-19Set our IPv6 status when we set addresses.Gerald Combs1-0/+5
2013-11-19Constants that don't fit in 32 bits must be wrapped inGuy Harris1-5/+5
2013-11-19Add dissection of UICC Application IdentifierPascal Quantin1-0/+113
2013-11-19Fix a typoPascal Quantin1-1/+1
2013-11-19From Glen Parker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9449Alexis La Goutte1-10/+52
2013-11-19From Ralph Böhme via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9439Alexis La Goutte1-2/+83
2013-11-19add editor modelinesMartin Kaiser1-68/+80
2013-11-19remove unnecessary if(tree) checksMartin Kaiser1-185/+106
2013-11-19From DSR CorporationMartin Kaiser1-8/+10
2013-11-19Remove ppid member from packet_info structure and just pass it to SCTP subdis...Michael Mann2-8/+5
2013-11-18Terminate a value_string array.Guy Harris1-0/+1
2013-11-18From Matt Texier Enhance BGP Dissector : AS_PATHAlexis La Goutte1-208/+238
2013-11-18It's incremented, so not a const.Guy Harris1-3/+3
2013-11-18From Peter WuAlexis La Goutte3-0/+120
2013-11-18From Peter WuAlexis La Goutte3-47/+103
2013-11-18From Peter WuAlexis La Goutte3-5/+89
2013-11-18From Peter WuAlexis La Goutte3-0/+61
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-18fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9448Martin Kaiser1-2/+2
2013-11-18I guess "v4" is 1.3 and "v5" is 1.4. I'm sure there's a reason why thatGuy Harris2-3/+3
2013-11-18You don't get to have three separate protocols all with the nameGuy Harris2-3/+3
2013-11-18From Zoltán Lajos Kis:Anders Broman4-2/+8174