aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-2/+1
(don't create new dissector handle if we can use already existing one) svn path=/trunk/; revision=51159
2013-06-19From Anders:Jeff Morriss1-4/+7
Check Header CRC of SYNC protocol. svn path=/trunk/; revision=50062
2013-06-18From Anders:Jeff Morriss1-5/+8
Use integers intead of strings for hf_sync_timestamp And hf_sync_packet_nr. Ad ref. to specification. svn path=/trunk/; revision=50000
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
tvbuff and runs to the end of the tvbuff? Let me count the ways.... Replace a bunch of different ways of doing that (some incorrect, in that they're not properly handling tvbuffs where the captured and reported lengths are different) with tvb_new_subset_remaining(). svn path=/trunk/; revision=47751
2012-11-06Corrected a printf formatStig Bjørlykke1-1/+1
svn path=/trunk/; revision=45945
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-05-21Additional cleanup:Bill Meier1-20/+19
- use #if 0/#endif to comment out code(instead of /* ...*/ - remove unused #define - replace col_clear()/col_add() by col_set() svn path=/trunk/; revision=42745
2012-05-21From Evan Huus: Unused Prefs registration;Bill Meier1-11/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7273 From me: whitespace cleanup; svn path=/trunk/; revision=42744
2012-05-21Use new_register_dissector.Anders Broman1-1/+1
svn path=/trunk/; revision=42737
2012-05-21From David Wei:Anders Broman1-0/+315
New dissector for MBMS synchronisation protocol. svn path=/trunk/; revision=42735