aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Indentation/Whitespace cleanup;Bill Meier1-635/+642
2013-06-25Bugfix iec104 dissector, bug 8849 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-39/+32
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard7-18/+18
2013-06-24Based on initial patch by Michal LabedzkiEvan Huus1-1/+7
2013-06-24From Fabio Tarabelloni viaEvan Huus4-2/+1462
2013-06-24Fix wmem_tree.h ifdef guards, hopefully fixing the check-abi buildbot.Evan Huus1-2/+2
2013-06-24So it comes to this...Evan Huus1-0/+54
2013-06-24Add an option to dissect RRC-Container IEPascal Quantin1-1/+5
2013-06-24A follow-up to r50127 to highlight the correct 4 bytes of the Ethernet FCS fo...Chris Maynard1-12/+12
2013-06-24The Ethernet FCS is 32 bits, not 16 bits.Guy Harris1-1/+1
2013-06-24Display RSSI in dB instead of dBm. Fixes the last remaining issue reported i...Chris Maynard1-1/+1
2013-06-23Make Authentification String filterableAlexis La Goutte1-7/+7
2013-06-23From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8837 A...Alexis La Goutte1-6/+121
2013-06-23Enhance VRRP Dissector * Make checksum field filterable * Add also a checksum...Alexis La Goutte1-11/+40
2013-06-23Alphabetically sort in file-mp4.cJörg Mayer1-1/+1
2013-06-23Small whitespace fixesJörg Mayer1-14/+14
2013-06-22Only do a tree lookup if we have a tree to look up in.Evan Huus1-1/+3
2013-06-22Make assertions in tree lookup more useful and fix formatting.Evan Huus1-8/+7
2013-06-22More proper fix (per advice of bug 8515 (https://bugs.wireshark.org/bugzilla/...Michael Mann3-9/+9
2013-06-22Make TCP segment length a generated field instead of a hidden field.Ronnie Sahlberg1-3/+4
2013-06-21Cast away some errors of these types:Stephen Fisher1-5/+5
2013-06-21get_ax25_name() is *NOT* the right routine to use to translate aGuy Harris1-15/+61
2013-06-21rename packet-mp4.c to file-mp4.cMartin Kaiser3-3/+3
2013-06-21create libfiledissectors.a during the autotools buildMartin Kaiser3-3/+9
2013-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 :Pascal Quantin2-5/+7
2013-06-20Save and restore private_data pointer instead of freeing the old one, since thisEvan Huus1-6/+5
2013-06-20Regenerate DAP dissector that was changed in r50073 for some reasonPascal Quantin1-1/+1
2013-06-20inform expert info layer about the current number of packet commentsMartin Kaiser2-0/+10
2013-06-20Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8829 :Pascal Quantin1-1/+1
2013-06-20From Fabio Tarabelloni viaEvan Huus6-6/+635
2013-06-20From Fabio Tarabelloni viaEvan Huus4-45/+792
2013-06-20From report of Alexander Okonnikov and Patch of Matt Texier via https://bugs....Alexis La Goutte1-30/+78
2013-06-20Fix errors found by fix-encoding-args scriptAlexis La Goutte1-2/+2
2013-06-20Fix for bug 8826.Martin Mathieson1-3/+8
2013-06-20Fix packet-dhcpv6.c: In function 'dhcpv6_option': packet-dhcpv6.c:1826:36: er...Alexis La Goutte1-1/+1
2013-06-20Add a few of our headers to code generated by pycrc (their faq says we can doEvan Huus1-1/+1
2013-06-20From Fabio Tarabelloni viaEvan Huus4-14/+36
2013-06-20From Michal Labedzki viaEvan Huus16-393/+412
2013-06-20From Brian Otte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8592Evan Huus1-72/+258
2013-06-20Ldap still needs to include wmem.h since it uses wmem during normal dissection,Evan Huus1-6/+7
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus4-45/+45
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus2-13/+15
2013-06-19Based on patch from gyanesh via https://bugs.wireshark.org/bugzilla/show_bug....Evan Huus1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus15-137/+146
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus10-72/+70
2013-06-19From Anders:Jeff Morriss1-4/+7
2013-06-19support extended size boxes, 2nd attemptMartin Kaiser1-29/+71
2013-06-19Add export of SS7 OPC/DPCPascal Quantin3-28/+115
2013-06-19Fix display of "(correct)"/"(incorrect)" indication for the CRC.Guy Harris1-3/+3
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus4-20/+20