summaryrefslogtreecommitdiff
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-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
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-21Add a note about UTF-8.Gerald Combs1-0/+2
2013-11-21Constify a character array;Bill Meier1-2/+16
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Create separate dissector function for TCP functionality so packet_info->ethe...Michael Mann1-12/+17
2013-11-21Create/use a number of extended value-strings;Bill Meier1-211/+258
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann7-69/+233
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann2-109/+36
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann2-36/+109
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-21Add ui_stats_tree_dialog.h to the list of generated headers not toGuy Harris1-0/+1
2013-11-21Fix memory leak from formatted string.Michael Mann1-0/+2
2013-11-21Fix buildbing ui/qt/wireshark-tap-register.c with autotools.Gerald Combs2-3/+6
2013-11-21Try to get qmake to create wireshark-tap-register.c.Gerald Combs2-1/+24
2013-11-21Add the new stats tree.Gerald Combs1-1/+3
2013-11-21Add a statistics tree dialog.Gerald Combs18-42/+908
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-21We don't need "ws_symbol_export.h" if we're not using anything from it;Guy Harris1-2/+0
2013-11-21GTK3 >= 3.10 will fail building if deprecation warnings are on.Jörg Mayer1-1/+4
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-20status, in main, is now used only if we have libpcap.Guy Harris1-1/+1
2013-11-20libui is an static library, not a dynamic library, so the WS_DLL_PUBLICGuy Harris1-1/+1
2013-11-20As per suggestion of Mike Morrin viaEvan Huus1-1/+1
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34
2013-11-20Mark another parameter as unusedPascal Quantin1-1/+1
2013-11-20Add code to dump part of a record as ASCII, and use it to dump stringsGuy Harris1-27/+236
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 Mann10-1601/+541
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann16-14/+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-20Remove a few (now unused) variables.Michael Mann1-2/+0
2013-11-19Update URL for the Tektronix manual, and fix a typo in the same comment.Guy Harris1-20/+27
2013-11-19Set our IPv6 status when we set addresses.Gerald Combs1-0/+5