aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bat.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-44/+38
2011-02-16Use tvb_ip_to_str() when it can eliminate a tvb_get_ptr() call.morriss1-6/+2
2011-02-07Fix bug #5657: Update my mail address sfisher1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-06-04From Sven Eckelmann: Remove recursion for aggregated packets in batman disse...wmeier1-69/+59
2010-06-03From Sven Eckelmann: Synchronize bat dissector with batadv dissectorwmeier1-28/+105
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...wmeier1-11/+18
2009-09-24Minor changes:wmeier1-60/+42
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-4/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-15/+5
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-26/+26
2009-03-03From Sven Eckelmann:etxrab1-11/+12
2008-10-06Put a newline at the end of the file.guy1-1/+1
2008-10-06From Sven Eckelmann:etxrab1-11/+840
2008-07-09From Sven Eckelmann:jake1-5/+4
2008-06-22Changes in B.A.T.M.A.N. dissector:stig1-3/+3
2008-06-22From Sven Eckelmann (bug 2632):stig1-0/+70