index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
uat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
epan: Convert to use stdio.h from GLib
João Valverde
2021-12-19
1
-12
/
+12
*
UAT: Allow missing fields.
Gerald Combs
2021-11-08
1
-0
/
+6
*
Replace g_assert() with ws_assert()
João Valverde
2021-06-19
1
-7
/
+8
*
UAT: Adding support for uint64 (dec/hex), int64 (dec)
Dr. Lars Völker
2021-01-05
1
-37
/
+65
*
Detect and replace bad allocation patterns
Moshe Kaplan
2020-12-22
1
-2
/
+2
*
epan: remove redundant casts.
Dario Lombardo
2019-01-03
1
-1
/
+1
*
Separate signed and unsigned decimal UAT fields.
Guy Harris
2018-10-20
1
-25
/
+33
*
Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.
Guy Harris
2018-10-20
1
-4
/
+22
*
Qt: Add copy from another profile in UAT dialogs
Stig Bjørlykke
2018-10-05
1
-1
/
+1
*
UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffff
Anders
2018-08-22
1
-1
/
+17
*
epan: use SPDX indentifiers.
Dario Lombardo
2018-02-08
1
-13
/
+1
*
Use UAT model for I/O graph
Michael Mann
2017-08-07
1
-0
/
+15
*
Qt: Drag/Drop Filter buttons to order
Roland Knall
2017-06-28
1
-0
/
+14
*
Add support for "bool" and "display filter" types for UATs.
Michael Mann
2017-06-22
1
-1
/
+25
*
sharkd: export uat records.
Jakub Zawadzki
2017-05-16
1
-0
/
+36
*
Clean up handling of enabled/disabled protocols/heuristic dissectors.
Guy Harris
2017-04-08
1
-1
/
+1
*
Yell at the user less.
Gerald Combs
2017-02-20
1
-1
/
+1
*
uat: add a reset callback.
Dario Lombardo
2017-01-12
1
-17
/
+24
*
Convert range API to always use wmem memory.
Michael Mann
2017-01-07
1
-1
/
+2
*
uat: allow insertion of new record at arbitrary index
Peter Wu
2016-10-01
1
-14
/
+25
*
uat: clarify documentation
Peter Wu
2016-09-01
1
-2
/
+2
*
Fix UAT escape widths.
Gerald Combs
2016-08-15
1
-18
/
+23
*
BER: Fix segmentation fault when configuring new OIDs
Vasil Velichckov
2016-07-31
1
-0
/
+5
*
uat: Fix warnings [-Wcast-qual]
João Valverde
2015-12-31
1
-2
/
+2
*
Spelling fixes for errors found by lintian
Balint Reczey
2015-12-07
1
-1
/
+1
*
Get rid of a couple of UAT macros.
Gerald Combs
2015-10-28
1
-5
/
+70
*
Fix escaping of strings in UATs.
Guy Harris
2015-07-20
1
-3
/
+3
*
Fix handling of invalid UAT items
Peter Wu
2015-02-15
1
-5
/
+26
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
uat_load() and uat_save() return a success indication; use it.
Guy Harris
2015-01-13
1
-7
/
+6
*
UAT error string pointers should not be const pointers.
Guy Harris
2015-01-13
1
-8
/
+8
*
Remove emem APIs from UAT functionality.
Michael Mann
2015-01-12
1
-32
/
+58
*
uat: tighten up dec/hex uat field validity checking
Bill Meier
2014-11-20
1
-15
/
+22
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-3
/
+2
*
Remove now-unused functions.
Evan Huus
2014-06-16
1
-12
/
+0
*
isprint() -> g_ascii_isprint()
AndersBroman
2014-05-13
1
-2
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Fix all -fstrict-alias warnings found by gcc 4.1.2
Gilbert Ramirez
2014-02-03
1
-3
/
+8
*
Move UAT xton() to wsutil library
Jakub Zawadzki
2014-01-08
1
-25
/
+3
*
fix some warnings.
Jakub Zawadzki
2013-12-21
1
-3
/
+3
*
comment out unused function
Martin Kaiser
2013-12-20
1
-1
/
+2
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-12-20
1
-1
/
+1
*
Use PT_TXTMOD_NONE for columns that should not be editable.
Irene Rüngeler
2013-12-10
1
-0
/
+1
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-1
/
+1
*
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...
Jeff Morriss
2013-07-15
1
-1
/
+1
*
Add a "hidden" array of UAT entry data to allow separation between UAT file s...
Michael Mann
2013-04-22
1
-10
/
+71
*
Use also const char to uat_save (identical to uat_load)
Alexis La Goutte
2013-04-17
1
-1
/
+1
*
Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written to
Jeff Morriss
2013-04-09
1
-1
/
+1
*
From beroset:
Anders Broman
2013-03-18
1
-12
/
+12
*
Constify the second argument to uat_load(), to squelch some warnings.
Guy Harris
2013-02-08
1
-1
/
+1
[next]