aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Rework the change from r15595 a bit: when creating a TVB subset, always giveJeff Morriss1-6/+13
2013-06-19One of the unused hf's commented out in r47389 was not used due to aJeff Morriss1-4/+2
2013-06-19Remove traling whitespace.Jörg Mayer2-18/+18
2013-06-19Rework wmem scoping limits so that users can still get a handle to a pool whenEvan Huus5-31/+35
2013-06-19revert the extended size box changes for now,Martin Kaiser1-59/+35
2013-06-19explicitly use 64bit variables, g(u)int is not 64bit everywhereMartin Kaiser1-14/+14
2013-06-19Convert DNS dissector to wmem, including first actual usage of wmem's red-blackEvan Huus1-23/+23
2013-06-19support extended size boxes, general cleanupMartin Kaiser1-22/+46
2013-06-19Add wmem_strbuf_new_label as just a sized new for label lengths.Evan Huus1-0/+3
2013-06-19Add a comment about how it would nice for display filter macro fieldsMartin Mathieson1-1/+4
2013-06-19etypes.h needs value_string.hMartin Kaiser1-0/+1
2013-06-19Fet rid of a global variablePascal Quantin1-36/+43
2013-06-19Clean up wmem_strsplit to remove a bunch of weird switch statements andEvan Huus1-21/+16
2013-06-19Get rid of global variablesPascal Quantin1-28/+30
2013-06-19Regenerate dissectorPascal Quantin2-2/+2
2013-06-19Fix CID 1033205: Dead default in switch (DEADCODE)Jörg Mayer1-2/+2
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer2-4/+5
2013-06-19Fix CID 1034293: Missing break in switch (MISSING_BREAK)Jörg Mayer1-0/+1
2013-06-18Add an option (switched off) to decode the Contention Resolution body asMartin Mathieson1-1/+16
2013-06-18From Anders: Fix the highlighted length, add PDU description as a comment.Jeff Morriss1-4/+31
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin3-37/+83
2013-06-18Set PDCP SN length for DRBs for separate RRC element.Martin Mathieson1-1/+4
2013-06-18Also signal value of PDCP SN (only used if enabled by RLC preferences).Martin Mathieson2-1/+26
2013-06-18Resurrect wmem_memdup in its own misc. utilities group. Emem provides it, so weEvan Huus6-0/+160