summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Fix 7bit ASCII / IA5 SMS dissection broken in r49910Pascal Quantin1-0/+6
2013-06-17Ensure that the length parameter to dissect_per_length_determinant isEvan Huus1-0/+3
2013-06-17Apply r49983 to other dissectorsPascal Quantin3-3/+3
2013-06-17tvb_length_remaining() can return -1 so don't cast its return value to an uns...Chris Maynard1-1/+1
2013-06-17Misc tweaks to packet-http-urlencoded.cEvan Huus1-1/+15
2013-06-17Fix typo.Michael Tüxen1-1/+1
2013-06-17Fix for previous commit, don't use string if get_form_key_value() failed.Jakub Zawadzki1-2/+2
2013-06-17Add small dissector for application/x-www-form-urlencodedJakub Zawadzki4-1/+221
2013-06-17Use a more compact display for the status bitmapPascal Quantin1-78/+24
2013-06-17Remove preceding zeroesPascal Quantin1-1/+1
2013-06-17Fix the test to respect the new behaviour.Evan Huus1-1/+2
2013-06-17Much smarter handling of autoreset trees.Evan Huus2-9/+27
2013-06-16More callback tweaks, to permit unregistering a callback from the same placeEvan Huus6-24/+63
2013-06-16Fix include to use "" not <> for local headers.Evan Huus1-1/+1
2013-06-16Rework the user callback code a bit to make it saner to use with the auto-resetEvan Huus6-37/+50
2013-06-16fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806Martin Kaiser1-13/+5
2013-06-16Simplify the tree code slightly - just don't call the transform functionEvan Huus1-14/+11
2013-06-16Clarify interface/test for DL HARQ id, and remove a trailing comma fromMartin Mathieson2-3/+3
2013-06-16Improve the way PDCP status PDUs are shown.Martin Mathieson1-9/+63
2013-06-16display some more box namesMartin Kaiser1-12/+42
2013-06-16Add some comments around looking up names for port numbers.Martin Mathieson1-1/+8
2013-06-16Add warning comment to tree autoreset function about allocatorEvan Huus1-0/+6
2013-06-16Fix occasional wmem_test failure, allocator destruction order mattersEvan Huus1-4/+1
2013-06-16Replace if-else-if with switch statementsMichael Mann1-26/+67
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus6-1/+967
2013-06-14Remove check_col() and the occasional tree.Michael Mann28-483/+296
2013-06-14Fix IEEE802a OUI lookups.Chris Maynard1-9/+13
2013-06-14Removed check_col() and the occasional tree.Michael Mann72-1125/+719
2013-06-14remove some unnecessary check_col() callsMartin Kaiser1-16/+8
2013-06-14add editor modelinesMartin Kaiser1-0/+13
2013-06-14new dissector for the MP4/ISOBMFF file formatMartin Kaiser3-0/+319
2013-06-14make line endings consistentMartin Kaiser1-2/+2
2013-06-14Mark unused params as such.Evan Huus1-1/+1
2013-06-14Add Common Address Redundancy Protocol (CARP) dissector, bug 8633 (https://bu...Michael Mann3-0/+267
2013-06-14Add heuristic capabilities to the IP dissector. The motivating factor was th...Michael Mann1-4/+18
2013-06-14Add parentheses around assignment used as truth value.Jeff Morriss1-63/+63
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann17-156/+110
2013-06-14try_val_to_str() may return NULLMartin Kaiser1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann62-765/+419
2013-06-14From Katrina Zhang via Anders (manually applied by me): dissect node features.Jeff Morriss1-25/+45
2013-06-14Remove check_col() and the occasional tree.Michael Mann67-898/+613
2013-06-14Remove check_col() and the occasional tree.Michael Mann83-929/+607
2013-06-13Fix typo errorPascal Quantin1-1/+1
2013-06-13Add basic dissection of Prefix Exclude optionPascal Quantin1-0/+17
2013-06-13From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8794 :Jeff Morriss1-4/+4
2013-06-13From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8791 :Pascal Quantin1-3/+10
2013-06-13Adding support of BGP flow spec RFC 5575.Michael Mann1-9/+630
2013-06-13Updated the rsync dissector to make it able to parse the newer variants of th...Michael Mann1-112/+159
2013-06-12Give somewhat more precise names for character encodings ("Unicode"Guy Harris1-5/+4
2013-06-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3289 :Pascal Quantin1-3/+36