aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-17Added a missing CFRelease.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=49975
2013-06-17Use a more compact display for the status bitmapPascal Quantin1-78/+24
svn path=/trunk/; revision=49974
2013-06-17Remove preceding zeroesPascal Quantin1-1/+1
svn path=/trunk/; revision=49973
2013-06-17the dos2unix cygwin package is required for compiling on windowsMartin Kaiser1-0/+3
svn path=/trunk/; revision=49972
2013-06-17Fix the test to respect the new behaviour.Evan Huus1-1/+2
svn path=/trunk/; revision=49971
2013-06-17Much smarter handling of autoreset trees.Evan Huus2-9/+27
svn path=/trunk/; revision=49970
2013-06-16More callback tweaks, to permit unregistering a callback from the same placeEvan Huus6-24/+63
it was originally registered. svn path=/trunk/; revision=49969
2013-06-16Fix include to use "" not <> for local headers.Evan Huus1-1/+1
svn path=/trunk/; revision=49968
2013-06-16Update wmem README for the tree implementation.Evan Huus1-1/+3
svn path=/trunk/; revision=49967
2013-06-16Rework the user callback code a bit to make it saner to use with the auto-resetEvan Huus6-37/+50
trees. svn path=/trunk/; revision=49966
2013-06-16rename epan_child.hLuis Ontanon1-4/+0
svn path=/trunk/; revision=49965
2013-06-16Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ↵Michael Mann2-8/+179
5650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5650) svn path=/trunk/; revision=49964
2013-06-16fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806Martin Kaiser1-13/+5
assign the return values of decode_...() functions to a signed int check for negative return values svn path=/trunk/; revision=49963
2013-06-16Simplify the tree code slightly - just don't call the transform functionEvan Huus1-14/+11
if it's NULL, meaning we don't need to define an identity callback. svn path=/trunk/; revision=49962
2013-06-16Clarify interface/test for DL HARQ id, and remove a trailing comma fromMartin Mathieson2-3/+3
an enum. svn path=/trunk/; revision=49961
2013-06-16Improve the way PDCP status PDUs are shown.Martin Mathieson1-9/+63
For the bitmap, present and missing SNs are both interesting, but only until the last received SN (i.e. the last byte of the bitmap will be padded out with zero bits). It would be possible to use existing sequence analysis info, where available, to decide if any zeros beyond the last received SN are interesting... svn path=/trunk/; revision=49959
2013-06-16[Automatic manuf, services and enterprise-numbers update for 2013-06-16]Gerald Combs2-2/+40
svn path=/trunk/; revision=49957
2013-06-16some minor fixesLuis Ontanon1-4/+5
svn path=/trunk/; revision=49956
2013-06-16display some more box namesMartin Kaiser1-12/+42
svn path=/trunk/; revision=49955
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson2-2/+2
heading. svn path=/trunk/; revision=49954
2013-06-16Add some comments around looking up names for port numbers.Martin Mathieson1-1/+8
(calling getservbyname() is really slow, but only called once per port number...) svn path=/trunk/; revision=49953
2013-06-16Add warning comment to tree autoreset function about allocatorEvan Huus1-0/+6
destruction order, and note that it may need thinking about. svn path=/trunk/; revision=49952
2013-06-16Fix occasional wmem_test failure, allocator destruction order mattersEvan Huus1-4/+1
(should it?) svn path=/trunk/; revision=49951
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris3-4/+15
code to handle the API changes for the seek-read routines. svn path=/trunk/; revision=49950
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris65-1066/+758
as the "where to put the packet data" argument. This lets more of the libwiretap code be common between the read and seek-read code paths, and also allows for more flexibility in the "fill in the data" path - we can expand the buffer as needed in both cases. svn path=/trunk/; revision=49949
2013-06-16Replace if-else-if with switch statementsMichael Mann1-26/+67
svn path=/trunk/; revision=49948
2013-06-15Further iterationLuis Ontanon1-73/+145
svn path=/trunk/; revision=49947
2013-06-15Make use of text metrics and devmode data to properly format a page for ↵Chris Maynard1-161/+183
printing. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7543 #BACKPORT(1.10,1.8) svn path=/trunk/; revision=49946
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus6-1/+967
version. One plane trip's worth of work. svn path=/trunk/; revision=49945
2013-06-15Pull some of the code to set the struct wtap_pkthdr intoGuy Harris1-47/+50
parse_netscreen_hex_dump(). svn path=/trunk/; revision=49944
2013-06-15Fill in at least some of the struct wtap_pkthdr in both the read andGuy Harris1-7/+14
seek-read routines. svn path=/trunk/; revision=49943
2013-06-14Rename radcom_process_rec_header() to radcom_process_rec_header() andGuy Harris1-102/+77
move the code to file in a struct wtap_pkthdr there. svn path=/trunk/; revision=49942
2013-06-14Remove check_col() and the occasional tree.Michael Mann29-487/+299
This leaves just the Pidl dissectors remaining for removal of check_col() in the dissectors directory. A small handful of check_col() calls remain outside of the dissectors. svn path=/trunk/; revision=49941
2013-06-14Final draft for the epan working child APILuis Ontanon1-58/+267
svn path=/trunk/; revision=49940
2013-06-14Fix IEEE802a OUI lookups.Chris Maynard1-9/+13
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3123 #BACKPORT(1.10,1.8) svn path=/trunk/; revision=49939
2013-06-14Removed check_col() and the occasional tree.Michael Mann72-1125/+719
svn path=/trunk/; revision=49938
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other ↵Chris Maynard1-0/+35
desktop toolbars. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3034 #BACKPORT(1.10,1.8) svn path=/trunk/; revision=49937
2013-06-14remove some unnecessary check_col() callsMartin Kaiser1-16/+8
svn path=/trunk/; revision=49936
2013-06-14add editor modelinesMartin Kaiser1-0/+13
svn path=/trunk/; revision=49935
2013-06-14new dissector for the MP4/ISOBMFF file formatMartin Kaiser3-0/+319
svn path=/trunk/; revision=49934
2013-06-14make line endings consistentMartin Kaiser1-2/+2
add svn properties svn path=/trunk/; revision=49933
2013-06-14Mark unused params as such.Evan Huus1-1/+1
svn path=/trunk/; revision=49932
2013-06-14Add Common Address Redundancy Protocol (CARP) dissector, bug 8633 ↵Michael Mann3-0/+267
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8633) From Uli Heilmeier CARP shares the same protocol ID as VRRP (and VRRP's is IANA registered), so heuristics are provided. VRRP and CARP are very similar, so I'm not sure having heuristics for both dissectors will help CARP. svn path=/trunk/; revision=49931
2013-06-14Add heuristic capabilities to the IP dissector. The motivating factor was ↵Michael Mann1-4/+18
the CARP dissector, bug 8633 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8633) This should allow the ugly IPIP/TAPA hack to be replaced with a proper heuristic, but I don't see any sample TAPA traces to feel confident in making the change myself. svn path=/trunk/; revision=49930
2013-06-14Add parentheses around assignment used as truth value.Jeff Morriss2-89/+89
svn path=/trunk/; revision=49929
2013-06-14From Anders: add some commands, AVPs, and application IDs.Jeff Morriss1-63/+228
From me: fix up some white space/indentation. svn path=/trunk/; revision=49928
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann41-262/+168
svn path=/trunk/; revision=49927
2013-06-14And back it out again, just like the Makefile.amJörg Mayer1-1/+0
svn path=/trunk/; revision=49926
2013-06-14Copy overJörg Mayer1-1/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49865 to cmake svn path=/trunk/; revision=49925
2013-06-14try_val_to_str() may return NULLMartin Kaiser1-1/+1
although this is nearly impossible here, use val_to_str_const() anyway to be on the safe side svn path=/trunk/; revision=49924