aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann7-531/+364
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus17-61/+66
2013-10-25Fix CID 281375 (dead code) while hopefully fixing detection of Class-2 ERRJeff Morriss1-2/+27
2013-10-25Fix up some formatting and white space.Jeff Morriss1-67/+136
2013-10-25Fix CID 715143: assert that the preference we were looking for was found. ItJeff Morriss1-0/+1
2013-10-25Fix CID 715144: assert that the preference we were looking for was found. ItJeff Morriss1-0/+2
2013-10-25Kafka's CRC is 4 bytes long and is added with ENC_BIG_ENDIAN. Make the hfJeff Morriss1-1/+1
2013-10-25Fix CID 1080758: be prepared for tvb_child_uncompress() failing (and returningJeff Morriss1-2/+8
2013-10-25Fix CID 280081: ENC_NULL can't be used as an array index into ciphers[], ratherJeff Morriss1-1/+1
2013-10-25Fix CID 1111806: it's not safe to check if "tag < sizeof(tag_to_type)" beforeJeff Morriss1-4/+5
2013-10-25Make sure "mp2t-dsmcc" dissector is registered by name so it can be picked up...Michael Mann1-0/+1
2013-10-25Fix checkAPIs: don't add hf_zbee_beacon_protocol withJeff Morriss1-1/+1
2013-10-25Fix CID 1111814: segment_item is set but not used (in one conditional).Jeff Morriss1-4/+5
2013-10-25Improvements for the KDSP dissector. Bug 8891 (https://bugs.wireshark.org/bu...Michael Mann1-60/+167
2013-10-25Pass ieee802154_packet data into the heuristic check instead of using private...Michael Mann2-32/+22
2013-10-25Make TAPA dissector heuristic instead of "ugly hack" now that IP dissector su...Michael Mann2-17/+23
2013-10-25Add SVN properties.Jeff Morriss1-625/+625
2013-10-25Mark unused parameter, remove moved .h file from Makefile.commonEvan Huus1-1/+1
2013-10-24AIM doesn't ever use it's private_data structure, so remove it. If it ever d...Michael Mann2-16/+0
2013-10-24Have ZigBee dissectors pass data through subdissector parameter instead of us...Michael Mann14-264/+254
2013-10-24Fix copy paste errorsPascal Quantin2-10/+4
2013-10-24fix offset calculationMartin Kaiser1-5/+7
2013-10-24Finish implementing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7263 :Jeff Morriss1-4/+9
2013-10-24CID 700176: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+2
2013-10-24From Zoltán Lajos Kis:Anders Broman1-1/+19
2013-10-24Remove need for match_port #define in packet_info.h and just replace existing...Michael Mann4-6/+3
2013-10-24From Michal Labedzki viaEvan Huus2-1/+75
2013-10-24Pascal:s patch from 52759 is needed here too.Anders Broman1-5/+6
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann3-16/+13
2013-10-24Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann1-1/+0
2013-10-23initialize DSM-CC over TCP and over MPEG2-TS in the same wayMartin Kaiser1-16/+11
2013-10-23support DSM-CC over TCPMartin Kaiser1-5/+200
2013-10-23Fix warnings.Anders Broman2-0/+2
2013-10-23Provide a usage example of the column formats.Chris Maynard1-0/+21
2013-10-23Fix the last of the 32/64 conversion errors and re-enable ELF dissection.Evan Huus2-8/+9
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann3-0/+11
2013-10-23Make option tag and length filterable and part of a subtree, which simplifies...Michael Mann1-64/+77
2013-10-23Remove trailing spaces from hf name values (to satisfy checkAPIs).Jeff Morriss1-5/+5
2013-10-23The interpretation of Max Power Constraint in VHT TPE is incorrect. Bug 8939...Michael Mann1-7/+20
2013-10-23From Michal Labedzki:Anders Broman1-48/+58
2013-10-23From Zoltán Lajos Kis:Anders Broman1-3/+94
2013-10-23g_slist_free_full() is glib 2.28Anders Broman2-18/+39
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman2-33/+103
2013-10-23epan/dissectors/Makefile.common:218: error: comment following trailing backslashAnders Broman1-1/+0
2013-10-23Exclude file-elf.c untill the following warningd´s are fixed.Anders Broman1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier73-12/+199
2013-10-23Add explicit 64/32 casts missing from r52775.Evan Huus1-22/+22
2013-10-23From Jonathon Jongsma viaEvan Huus1-0/+17
2013-10-23From Michal Labedzki viaEvan Huus7-30/+2510
2013-10-22Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann4-0/+47